Skip to content

build: pin vcs_versioning < 2#97

Open
cwasicki wants to merge 1 commit into
frequenz-floss:v0.x.xfrom
cwasicki:vcs
Open

build: pin vcs_versioning < 2#97
cwasicki wants to merge 1 commit into
frequenz-floss:v0.x.xfrom
cwasicki:vcs

Conversation

@cwasicki

Copy link
Copy Markdown
Collaborator

setuptools_scm 10.0.5 imports parse_version from vcs_versioning, which was removed in vcs_versioning 2.x. Leaving the dependency unpinned made the build backend fail with an ImportError during version inference. Pin it below 2 until setuptools_scm is upgraded.

setuptools_scm 10.0.5 imports parse_version from vcs_versioning, which was
removed in vcs_versioning 2.x. Leaving the dependency unpinned made the
build backend fail with an ImportError during version inference. Pin it
below 2 until setuptools_scm is upgraded.

Signed-off-by: cwasicki <126617870+cwasicki@users.noreply.github.com>
@cwasicki cwasicki requested a review from llucax June 22, 2026 17:12
@cwasicki cwasicki requested review from a team as code owners June 22, 2026 17:12
@cwasicki cwasicki requested review from malteschaaf and removed request for a team June 22, 2026 17:12
@github-actions github-actions Bot added the part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) label Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant